home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
Me-Mz
/
MegaSort Stack.cpt
/
MegaSort Stack
/
card_7917.txt
< prev
next >
Wrap
Text File
|
1990-12-13
|
2KB
|
78 lines
-- card: 7917 from stack: in
-- bmap block id: 0
-- flags: 4000
-- background id: 12840
-- name: explain7
-- part 1 (field)
-- low flags: 01
-- high flags: 2001
-- rect: left=27 top=40 right=279 bottom=482
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: text field
-- part 4 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=196 top=289 right=334 bottom=248
-- title width / last selected line: 0
-- icon id / first selected line: 9301 / 9301
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Go back
----- HyperTalk script -----
on mouseUp
visual effect scroll right
if the short name of this card is "explain1" then
go to card 1
else
go to previous card
end if
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=271 top=288 right=335 bottom=326
-- title width / last selected line: 0
-- icon id / first selected line: 27009 / 27009
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Continue
----- HyperTalk script -----
on mouseUp
visual effect scroll left
go to next card
end mouseUp
-- part contents for card part 1
----- text -----
"N" indicates a numeric sort. The key will be converted into a floating point number and compared on the resulting value. The number must be one of the following formats (there can be any number of digits, and the decimal point is not required):
formatted number value used
999 999
999.99 999.99
-999.99 -999.99
(999.99) -999.99
$999.99 999.99
-$999.99 -999.99
($999.99) -999.99